home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 2001 Haziran
/
CHIP Haziran2001.iso
/
prog
/
haziran
/
19
/
setup.exe
/
data.z
/
print_struct.h
< prev
next >
Wrap
C/C++ Source or Header
|
2001-04-11
|
194b
|
15 lines
#ifndef _PRINT_STRUCT_H_
#define _PRINT_STRUCT_H_
#ifdef __cplusplus
extern "C" {
#endif
void WD_CARD_print(WD_CARD *pCard, PCHAR pcPrefix);
#ifdef __cplusplus
}
#endif
#endif